home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / KEYCODES.DOX < prev    next >
Text File  |  1996-07-17  |  428b  |  17 lines

  1.  
  2.   KEYCODES.AML
  3.   Display Keycodes 
  4.  
  5.   This macro displays the following values for each key pressed:
  6.  
  7.     - keycode in decimal
  8.     - keycode in hexadecimal
  9.     - scancode for the key
  10.     - ascii value of the key, in decimal
  11.     - ascii value of the key, in hexadecimal
  12.     - ascii character represented by the key
  13.     - keyname associated with the keycode
  14.  
  15.   Pressing the <esc> key twice will exit this macro.
  16.  
  17.